home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / riding.swf / scripts / DefineButton2_735 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-08-29  |  177 b   |  8 lines

  1. on(release){
  2.    this._parent.horse.removeMovieClip();
  3.    this._parent.za.removeMovieClip();
  4.    stopAllSounds();
  5.    this.gotoAndStop(1);
  6.    this._parent.gotoAndStop(2);
  7. }
  8.